home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / Multimedia / ^DivX_Article / virtualdub / VirtualDub-source-1_4d / vdremote / clsid.h next >
Encoding:
C/C++ Source or Header  |  1998-06-21  |  300 b   |  10 lines

  1. #ifndef f_VDREMOTE_CLSID_H
  2. #define f_VDREMOTE_CLSID_H
  3.  
  4. #include <objbase.h>
  5.  
  6. DEFINE_GUID(CLSID_CAVIFileRemote    , 0x894288e0,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
  7. DEFINE_GUID(CLSID_CAVIStreamRemote    , 0x91379540,0x0948,0x11d2,0x81,0x09,0x00,0x48,0x45,0x00,0x0e,0xb5);
  8.  
  9. #endif
  10.